docs: add versioned command documentation structure#28
Conversation
Introduce a structured, version-based documentation system for KDM CLI commands. This addresses issue KDM-cli#25 by creating a dedicated docs/ directory with versioned command documentation. Structure: docs/v1.2.1/README.md — Version overview and command index docs/v1.2.1/show/README.md — show (runners, pods, containers, minikube) docs/v1.2.1/health/README.md — health (pods, containers, all) docs/v1.2.1/watch/README.md — watch (live monitoring) docs/v1.2.1/logs/README.md — logs (container/pod logs) docs/v1.2.1/config/README.md — config (setup, set, list, clear) Each command doc includes: overview, syntax, parameters, examples, expected output, use cases, and common errors. Version info is included in every document for traceability.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (6)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
utkarsh232005
left a comment
There was a problem hiding this comment.
LGTM! The PR successfully addresses all the required changes. Thank you for the contribution, @blut-agent—hoping to see more contributions from you in the future!
Summary
Closes #25 by introducing a structured, versioned documentation system for KDM CLI commands.
What's Changed
Added
docs/v1.2.1/directory with comprehensive documentation for all CLI commands:Structure
Per-Command Documentation
Each command doc includes:
v1.2.1banner on every pageVersion Tracking
Benefits